PocketCNetLib  1.0.0.
---------------------

2003 Serg Koren & VisualNewt Sofware.  
All rights reserved.

http://www.VisualNewt.com/
Serg@VisualNewt.com

PocketCNetLib is a PocketC native library that provides access to the PalmOS NetLib.
PocketCNetLib is $10.

The following NetLib API calls are supported internally by the library:
NetLibReceive
NetLibGetHostByName
NetLibSend
NetLibSocketConnect
NetLibSocketClose
NetLibSocketOpen
NetLibCLose
NetLibOpen
SetAppNetTimeout
GetNetLibNumber

(others will be added as requested by registered users.)

The PocketCNetLib API calls (exposed to PocketC) include:

nlNetLibReceive
nlNetLibGetHostByName
nlNetLibSend
nlNetLibSocketConnect
nlNetLibSocketClose
nlNetLibSocketOpen
nlNetLibCLose
nlNetLibOpen
nlSetAppNetTimeout
nlGetNetLibNumber
nlErrorString
nlCheckInstalled
nlVersion

The library comes with PocketC test source code.  A demonstration version of the library can be downloaded from: http://www.VisualNewt.com/.  The demonstration version is limited to accessing http://www.VisualNewt.com/.  Once purchased, you will obtain an ulocked version of the library that allows access to any site via any TCP/IP protocol.


The full PocketCNetLib API documentation and sample test code is available here!


Requirements:
PalmOS device with Internet connectivity (modem or wireless).  Bluetooth is not supported.
PocketC development environment.

You may purchase a copy of PocketCNetLib via Kagi.


Files Included:
---------------
PocketCNetLib.prc  - the native library
PocketCNetLib.lib  - lib file for use with PocketC Desktop Edition
NetLib test.c      - source example that retrieves a web page 
NetLib test.prc    - compiled example
Documentation      - folder containing HTML documentation for library

